module: Avoid ABI changes when debug info is disabled
authorBen Hutchings <benh@debian.org>
Fri, 13 May 2022 19:08:08 +0000 (21:08 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Mon, 15 Jul 2024 07:42:59 +0000 (09:42 +0200)
commit7db964f35a15a480a9ac695f3bdd011359bb5c7c
tree68d023e5a268c7f370f513f415c444083498113e
parent60a871814abf98322d4f73dfe6ad8640d2f1c8fb
module: Avoid ABI changes when debug info is disabled

Forwarded: not-needed

CI builds are done with debug info disabled, but this removes some
members from struct module.  This causes builds to fail if there is an
ABI reference for the current ABI.

Define these members unconditionally, so that there is no ABI change.

Gbp-Pq: Topic debian
Gbp-Pq: Name module-avoid-abi-changes-when-debug-info-is-disabled.patch
include/linux/module.h